home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / cscript.zip / README.NOW < prev   
Text File  |  1991-02-20  |  1KB  |  32 lines

  1.                            First Things First
  2.  
  3. A.  Before continuing, be sure you have a copy of COMMO451.Zip.  Unzip
  4.     Commo.com and Commo.hlp (optional) into whatever directory you want.
  5.     
  6. B.  Copy the Commo.fon, Commo.mac, and Commo.cfg file from this Zip into
  7.     same directory.  For the sake of the next paragraph, let's assume
  8.     that directory is C:\COMM
  9.  
  10. C.  Add the following line to your Autoexec.bat file (adjusting the path
  11.     as necessary):
  12.  
  13.       set commo=c:\comm
  14.  
  15. D.  If you plan on using Bimodem for file transfers, be sure to have a
  16.     copy of bimodem.com (or is it exe?) in a subdirectory pointed to by
  17.     your Dos path statement.
  18.  
  19. E.  The script assumes you have a registered copy of DSZ.  It will work
  20.     without a registered copy, but the download path won't be supported.
  21.  
  22. F.  Using a text editor, create a batch file that looks like the
  23.     following (I named mine Auto.bat..name's not important):
  24.  
  25.              echo off (or @echo off if your DOS version supports it)
  26.              commo /m=top
  27.  
  28.     This batch file can be in whatever directory you want.
  29.  
  30. G.  Continue on now to Readme.1st.  Read subsequent Readme files in
  31.     sequence.
  32.